libc: Move setjmp to libc folder
authorAntonio Nino Diaz <[email protected]>
Fri, 8 Feb 2019 13:20:37 +0000 (13:20 +0000)
committerAntonio Nino Diaz <[email protected]>
Fri, 8 Feb 2019 13:42:38 +0000 (13:42 +0000)
commit70b0f2789e93f253bec5cbd2986d0de023c1bdf4
tree4de89a2865b8412b3061567f40ee497b45851904
parente05663051671bdec38056a2da5ddebd390b4abca
libc: Move setjmp to libc folder

Now that setjmp() and longjmp() are compliant with the standard they can
be moved with the other libc files.

Change-Id: Iea3b91c34eb353ace5e171e72f331602d57774d5
Signed-off-by: Antonio Nino Diaz <[email protected]>
bl31/bl31.mk
include/arch/aarch64/setjmp.h [deleted file]
include/lib/libc/aarch64/setjmp_.h [new file with mode: 0644]
include/lib/libc/setjmp.h [new file with mode: 0644]
lib/aarch64/setjmp.S [deleted file]
lib/libc/aarch64/setjmp.S [new file with mode: 0644]
lib/libc/libc.mk
make_helpers/build_macros.mk